﻿/* =Reset
-------------------------------------------------------------- */

button,
input,
textarea {
	border: 1px solid #66C2FF ;
}

.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit] {
	color: #336180;
	background-color: #94D4FF;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #94D4FF, #85CEFF);
	background-image: -ms-linear-gradient(top, #94D4FF, #85CEFF);
	background-image: -webkit-linear-gradient(top, #94D4FF, #85CEFF);
	background-image: -o-linear-gradient(top, #94D4FF, #85CEFF);
	background-image: linear-gradient(top, #94D4FF, #85CEFF);
	border: 1px solid #66C2FF;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
}

.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #D1EDFF;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #D1EDFF, #C2E7FF);
	background-image: -ms-linear-gradient(top, #D1EDFF, #C2E7FF);
	background-image: -webkit-linear-gradient(top, #D1EDFF, #C2E7FF);
	background-image: -o-linear-gradient(top, #D1EDFF, #C2E7FF);
	background-image: linear-gradient(top, #D1EDFF, #C2E7FF);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #85CEFF;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #85CEFF, #75C8FF);
	background-image: -ms-linear-gradient(top, #85CEFF, #75C8FF);
	background-image: -webkit-linear-gradient(top, #85CEFF, #75C8FF);
	background-image: -o-linear-gradient(top, #85CEFF, #75C8FF);
	background-image: linear-gradient(top, #85CEFF, #75C8FF);
	/*box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #94D4FF;
	border: none;*/
}

.widget-area .widget{
    border: 1px solid #66C2FF;

}

.widget-area .widget h3 {
    background: none repeat scroll 0 0 #94D4FF;
    border-bottom: 1px solid #66C2FF;
    color: #494949;
}

.post-date:hover {
	text-decoration: none;
}

footer.entry-meta {
    background-color: #66C2FF;
    color: #757575;
}


.entry-header .entry-title a {
	font-weight: bold;
	color: #323232;
}

.site-content .post {
	margin-bottom: 30px;
	margin-bottom: 2.142857142857143rem;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	border-radius: 0 0 3px 3px;
	border: 1px solid #66C2FF;
	padding-bottom: 0;
}

li.bypostauthor cite span {
    background-color: #21759B;
}

#masthead {
	/*background-color: #85CEFF;*/
	/*background: -webkit-gradient(linear, center top, center bottom, from(#94D4FF), to(#85CEFF));*/
    /*background: -moz-linear-gradient(center top , #94D4FF, #85CEFF);*/
    /*background: -ms-linear-gradient(center top , #94D4FF, #85CEFF);*/
    /*background: -webkit-linear-gradient(center top , #94D4FF, #85CEFF);*/
    /*background: linear-gradient(center top , #94D4FF, #85CEFF);*/
    /*background: -o-linear-gradient(center top , #94D4FF, #85CEFF);*/
}

.entry-meta a {
	text-decoration: none;
}
.entry-header {
    border-bottom: none;
}

.post-author a{
	text-decoration: none;
    color: white;
}


select {
	border: 1px #66C2FF solid ;
}

.widget-area .widget h3 a {
    color: #515151;
}